Release fix.
authorRobert Lipe <robertlipe@gpsbabel.org>
Wed, 25 Jan 2017 23:23:50 +0000 (17:23 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Wed, 25 Jan 2017 23:23:50 +0000 (17:23 -0600)
tools/mkchangelog

index 52043f0418e30bedc2f65580c4465c65f2ccc652..41b44cd27a4685a76c8b1dd40f8fea911782b061 100755 (executable)
@@ -7,6 +7,8 @@
 #
 
 LANG='POSIX'; export LANG > /dev/null
+# Prefer GNU sed.
+PATH=/opt/local/libexec/gnubin:$PATH
 
 sed -e 's/^[ \t]*//;s/[ \t]*$//' | # trim leading and trailing spaces
 sed -e 's/ < / \&lt; /g' -e 's/ > /\&gt; /g' | # try replace some unhandled html operators